A transaction manager intended specifically for use with custom apps This is available as the transactionManager variable. So in custom apps you use this:
transactionManager.commit();
Methods
| Name | Returns | Notes | Example |
|---|---|---|---|
| begin ( ) | void | ||
| commit ( ) | void | ||
| rollback ( ) | void |
Hide comments